Add docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 Feb 2014 00:36:55 +0000 (19:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Feb 2014 00:39:06 +0000 (19:39 -0500)
gtk/gtkfilechooserwidget.c

index 8e055e08f353edacc9db95ea6b468c4dc3e836bd..fb50f73e6318590a4d21b259a8ecef22b86733d2 100644 (file)
 #include <io.h>
 #endif
 
+/**
+ * SECTION:gtkfilechooserwidget
+ * Short_description: A file chooser widget
+ * @Title: GtkFileChooserWidget
+ * @See_also: #GtkFileChooserDialog
+ *
+ * #GtkFileChooserWidget is a widget for choosing files.
+ * It exposes the #GtkFileChooser interface, and you should
+ * use the methods of this interface to interact with the
+ * widget.
+ */
+
+
 /* Values for GtkSelection-related "info" fields */
 #define SELECTION_TEXT 0
 #define SELECTION_URI  1